Skip to content

Feature/271 redux #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

cliles
Copy link

@cliles cliles commented Jan 15, 2021

Description

As noted in #329 there exists an abandoned PR (#272) for annotated tag support. After reviewing #272 it looks like the only outstanding action was to rebase and revert CHANGELOG entries so they could be generated from CI?

I can not gain access to the original author's fork, but have simply carried the original work over and rebased and cleared CHANGELOG.

This is a very useful feature, so adoption seemed valid.

Checklist

  • Add test cases to all the changes you introduce
  • Run ./script/format and ./script/test locally to ensure this change passes linter check and test
  • Test the changes on the local machine manually
  • Update the documentation for the changes

Expected behavior

See original #272

Steps to Test This Pull Request

See original #272

Additional context

See original #271
See original #272

@codecov
Copy link

codecov bot commented Jan 15, 2021

Codecov Report

Merging #332 (20a54bf) into master (b435289) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   97.17%   97.20%   +0.02%     
==========================================
  Files          35       35              
  Lines         991     1000       +9     
==========================================
+ Hits          963      972       +9     
  Misses         28       28              
Flag Coverage Δ
unittests 97.20% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
commitizen/cli.py 97.50% <ø> (ø)
commitizen/__version__.py 100.00% <100.00%> (ø)
commitizen/commands/bump.py 94.44% <100.00%> (ø)
commitizen/commands/changelog.py 97.40% <100.00%> (+0.10%) ⬆️
commitizen/cz/base.py 100.00% <100.00%> (ø)
commitizen/cz/customize/customize.py 94.11% <100.00%> (+0.50%) ⬆️
commitizen/defaults.py 100.00% <100.00%> (ø)
commitizen/git.py 95.55% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99d4024...20a54bf. Read the comment docs.

@woile
Copy link
Member

woile commented Jan 15, 2021

Thanks :D

@cliles cliles force-pushed the feature/271-redux branch 2 times, most recently from 10543d7 to 44385ef Compare January 15, 2021 12:09
@woile
Copy link
Member

woile commented Jan 15, 2021

I see you pushed new changes but the docs were not updated 😅

Also the commit message should be feat because it's introducing a new feature. I can squash it if you prefer that, let me know.

@cliles cliles force-pushed the feature/271-redux branch from 44385ef to 90a2acb Compare January 18, 2021 23:04
@cliles cliles force-pushed the feature/271-redux branch from 90a2acb to 20a54bf Compare January 18, 2021 23:05
@cliles cliles requested a review from woile January 20, 2021 16:00
@woile woile merged commit ff2f56c into commitizen-tools:master Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants